The backend development of the HackMX website.
Developed using express.js and node.js
- Node.js installed locally
- Git
This project is still in development directly in the main branch. To run it use the following commands:
git clone https://github.com/hackmx-temp/backend.git
npm install
- In the root file simply execute the start command
npm run start
- If needed, it can be run in deamon mode. Simply execute the following command:
npm run dev