This repo is the result of a one week project from platzi master.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
You must have installed node.js in your computer, see the link for more info on how to get started with node.
Once you make sure that you have node.js installed globally in your computer the next step is to either clone this repository to you computer or to download the project.
Up next you'll need to use preferred command console and make sure that you are on the right folder (That would be the main folder of the project the one that has this readme file in it)
Now we are ready.
firstly run the next command
npm install
this will install the dependencies from the package.json
After we are done installing dependencies we'll need to create a file called '.env'
touch .env
Then will write in this file our database connection and if we wish to we could also tell the app in which port to run but that is optional. Check out the 'env.example' file so that you get a better idea on how to configurate your own file
Finally we can run this command
npm run dev
If we wish to run the server with a developer configuration.
Or alternatively use this command
npm start
- Jorge Alberto Delgadilo Alonso
- Carlos Davila