DANIELSSF / AgileWebManager-Backend

Backend Using NodeJS, ExpressJS and MongoDB, for the task management of an app made in ReactJs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agile Web Manager Backend

Description

This is a Node.js backend application for an auditing project.

Usage

To run the server in development mode, use the following command:

npm run dev

To start the server in production mode, use the following command:

npm start

This command will start the server and listen for requests on the port specified in environment variables

Dependencies

  • dotenv: ^16.0.3
  • express: ^4.18.2

License

This project is licensed under the ISC License.

About

Backend Using NodeJS, ExpressJS and MongoDB, for the task management of an app made in ReactJs.


Languages

Language:JavaScript 99.2%Language:HTML 0.8%