Fantastic-event - Api is a REST Full API to manage the backend operations for Fantastic-event app.
Clone this repository:
git clone https://github.com/magnatronmaster/backend-fantastic-event.git && cd backend-fantastic-event
If you have already cloned the project code, you must install the dependencies with:
npm install
If you want to contribute to this API, you must first make some configurations so that they work correctly
Go to the file name .env.example and rename to .env. After that fill all required env variables. This step is totally needed.
To initialize the database in your local or remote environment, run the following command in the root directory:
npm run migration
If you want to initialize the server in development mode, run the following command in the root directory:
npm run dev
This command initialize the server and reload on any change in te source code.
If you want to initialize the server in production mode, run the following command in the root directory:
npm run start
Complete documentation https://documenter.getpostman.com/view/6233282/TVCZbBos
- JavaScript - Programming Language
- NodeJs - is a server-side JavaScript environment
- Express - framework for Node.js
- Mysql - Database
- Sequelize - Sequelize is a promise-based Node.js ORM
- Passport - Simple, unobtrusive authentication for Node.js
- Postman - is a collaboration platform for API development.
- NPM - Dependency manager
- Julian Builes - Fullstack Developer - juanchobuiles
- Luis Lazcano - Backend Developer - lazcanocode
This project is under the License (MIT)