desertmark / artic-manager

Articles Manager App REST API Base on NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artic/Manager

An Articles Manager REST API Base on NodeJS

Run the project.

To run the project you will need to install the following softwares:

  1. Docker
  2. NodeJS

To run the project:

  1. Restore Packages with npm i
  2. Run the database container with npm run docker:localdb
  3. Run the app with npm start
    • you should see the app running on http://localhost:3000/info

About

Articles Manager App REST API Base on NodeJS


Languages

Language:JavaScript 99.4%Language:Dockerfile 0.6%