About | Technology | Getting Started |
This is an API that performs the registration of users, offers and validates the user's session You can access a published publication through the link: http://lemoneychallenge-com.umbler.net/
- NodeJS - It is open source, multiplatform software that executes JavaScript code on the backend / server.
- Express - JavaScript library used to facilitate the development of API's with NodeJS.
- Mongoose - Library that abstracts communication with the database.
- ESLint, Prettier - Libraries used for code linting and standardization.
- Run
npm install
to install the project's dependencies. - Run
npm run test
to run all tests implemented.
NOTE: It will be necessary to have installed [NodeJS] (https://nodejs.org/en/) and [MongoDB] (https://www.mongodb.com/3)
- Run
npm install
to install the project dependencies. - Open the config folder, and edit the
default.json
file with your database settings. - Run
npm run start:local
to start the application (Development). - The project will be executed at the link [http://localhost:3000] (http://localhost:3000).