Skip to content

paperlambda/node-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-api-example

Building API with Node.js, Express.

Setup

  • Install project dependencies by running npm install on your terminal/command line
  • This project is using dotenv as configuration deps. Copy .env.example and 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!

About

Building API with Node.js, Express.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published