This project was developed using the following technologies and libraries:
To run this in your local machine, clone this repo and run the command:
cd front
# Installing dependencies
bun install # or npm install or yarn
installing all dependencies. After that, just start:
# Starting project
bun start # or npm start or yarn start
And it will appear on http://localhost:3000
.
β Also, make sure to fill the info needed in a .env file using the .env.example file as an example β
And for the server, you will need to install the dependencies and start the server:
cd server
# Installing dependencies
bun install # or npm install or yarn
# Starting server
docker-compose up -d
And it will appear on http://localhost:3001
(or the port you set in the .env file)
Our design was made using Figma, and you can check it out here:
You can check the API documentation in Insomnia here:
Contributions, issues and feature requests are welcome!
Feel free to check issues page.