Skip to content

Latest commit

 

History

History
90 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

90 lines (29 loc) · 1.27 KB

Forum App API

The Forum App API enable devs customize forums. Can be utilized to access, create, read, update and delete users, access posts, comments and categories. Also the endpoints are covered by roles permissions and JWT for authorization for each type.

🚀 Links

🛠 Installation

  1. First, clone this repo with git clone.

  2. Install dependencies, npm install

  3. Build, npm run build

🖥 Execution

Development Environment

npm run dev

This project runs on http://localhost:3000

Production Environment

npm start

🗼 Architecture

🛠️ Technologies

  • Node.JS

  • Express

  • MongoDB

✒️ Authors

🎁 Contribute

Feel free to contribute to the project!