Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.24 KB

File metadata and controls

65 lines (38 loc) · 1.24 KB

MERN Stack

Project based on Udemy's MERN Stack course by Brad Travesty.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Tool Version
Node Version Manager (nvm) 0.34.0
Node.js 11.12.0
MongoDB 4.0.3

Installing

Create a MongoDB database then update mongoURI variable in config/keys.js with your path.

To use the required Node.js version, run the following command:

nvm use

Then install required node modules:

npm install

And start the server:

npm run server

Running the tests

// TODO

Deployment

// TODO

Built With

// TODO

Versioning

// TODO

Authors

  • Martin Porrès - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments