- Node-JS
- Fastify
- PostgreSQL
- Prisma
Before starting, check the following requirements:
- Node installed
- Visual Studio Code
- Git installed
if you have ssh configured, run the command
git clone git@github.com:renanzitoo/market-api
if you don't have ssh configured, run the command
git clone https://github.com/renanzitoo/market-api
After installing, open the installed folder with terminal and run npm i to install all dependencies
After this run the docker file
And run prisma migrate dev to migrate the prisma scheme
So finally run npm run dev
- Fork this repository
- Create a new branch:
git checkout -b <branch_name>. - Make changes and commit:
git commit -m '<commit_message>' - Send to base branch:
git push origin Tegami / <local> - Create a pull request.
see the GitHub documentation on how to create a pull request
|
Renan Costa |