Skip to content

Node.js API - to request and response by http protocol and modify DB (stage8 rtst)

Notifications You must be signed in to change notification settings

yaakovcarioca/rocketnotes-server

Repository files navigation

Rocketnotes

A Node.js "Notes App" API to request and response by http protocol and modify DB

Tech Stack Dependencies

Server: Node.js, Express.js, Bcrypt.js, Knex.js, Nodemon, Multer.js, JsonWebToken, Cors.js, Axios, dotenv e PM2. Interface at: https://github.com/dougdbp/rocketnotes-interface

Installation (Test only)

You will need a application like Insomnia to do the requests and see the responses. (The database can be deleted, the app will always re-criate a new DB by itself.)

To install the dependencies with NPM:

  npm install

After this, you will create the Tables inside the Database by this line:

  npm run migrate

Now, you can create a server to develop or to use the API by this 2 codes:

  npm run dev

or

  npm start

To stop the server: Ctrl + C at the terminal.

Authors

About

Node.js API - to request and response by http protocol and modify DB (stage8 rtst)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published