Thunder is the name of the Core “mothership”, the idea of this system is to take care of the entire platform ecosystem.
Node.js - Only Version == 20.10.0
NVM (Node Version Manager) (Recommended)
Docker
Docker Compose
Main IDE: Visual Studio Code
Engine: Node
Database: PostgreSQL
- Make sure you have NVM installed on your machine.
- Make sure you have Docker and Docker Compose installed on your machine.
1. Use NVM to ensure you are using the correct version of Node.js. Run the following command in the terminal to use the correct version:
nvm use
2. Create a .env file based on .env.example.
3. Start the required services using Docker Compose. You can do this with the following command:
docker compose up -d
4. Now all that’s left to do is run the following command to start the API:
npm run dev
Made with ❤️ by the Fifty team.