Skip to content

Practical project of the MERN Stack (Mongodb, Express, React and Nodejs). In this repository I carry out in a practical way the creation of an application of events and users that allows us to do the basic operations called CRUD.

License

Notifications You must be signed in to change notification settings

StyvenSoft/Events-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events-Site

GitHub issues GitHub stars GitHub license GitHub repo size

Test application project to save events online with a name, a description, a time, date and url where the event will take place.

Backend development

Stack MERN, Node & Express Web Server

Preview

Preview

Installation

  • MongoDB installed and configured
  • Node.js and Git installed and configured
  • Project cloned and dependencies installed

Clone

  • Clone this repo to your local machine using https://github.com/StyvenSoft/Events-Site.git

Setup

Update and install package first

$ cd backend/
$ npm install

Running the local mongoDB server

$ npm mongod 

Run API server

$ npm run dev

now install npm packages frontend

$ cd frontend/
$ npm install

Run project

$ npm run start

About

Practical project of the MERN Stack (Mongodb, Express, React and Nodejs). In this repository I carry out in a practical way the creation of an application of events and users that allows us to do the basic operations called CRUD.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published