Building API with Node.js, Express.
- Install project dependencies by running
npm installon your terminal/command line - This project is using
dotenvas configuration deps. Copy.env.exampleand paste it as.env - To start your server you just need to run
node app.js
PS : We are using a static file as a database, in the next project i will give an example of API integrated with MongoDB
Cheers!