FullStack Todo Application using VueJS, ExpessJS, NodeJS, MongoDB and Mocha for testing.
FullStack Todo Application using VueJS, ExpessJS, NodeJS, MongoDB and Mocha for testing.
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.
What things you need to install the software and how to install them
nodejs https://nodejs.org/en/
git https://git-scm.com/downloads
A step by step series of examples that tell you have to get a development env running
Open terminal
Clone repository
git clone https://[insert username]:[insert password]@github.com/NoamGoren/Node-Todo-App.git
cd into repo
cd node-mongo-test-api
Install project dependencies
npm install
Create config json file for environment variables
cd config/
touch config.json (for mac)
echo "" > config.json (for window)
{
"development": {
"JWT_SECRET": "",
"MONGODB_URI": "",
}
}
Free 500mb database at https://mlab.com/
Start server
node server/server.js
Nothing here for now
Nothing here for now
Nothing here for now
Add additional notes about how to deploy this on a live system
Nothing here for now.
Nothing here for now.
- Noam Goren - Initial work - NoamGoren
This project is licensed under the MIT License - see the LICENSE.md file for details