Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.97 KB

README.md

File metadata and controls

60 lines (48 loc) · 1.97 KB

NLW Copa - Trilha Ignite

Project Cup Pool developed during the Next Level Week Copa, on the Ignite trail.
Logo Fastify Logo Prisma Logo Next Logo React Logo TypeScript GitHub top language

Demo

Run the project

Server

Install all dependencies:

cd server/ && npm i

Run server

npm run dev

Web

Install all dependencies:

cd web/ && npm i

Run server

npm run dev

Database

Diagram

Fig. 1: texto de preechimento

How to contribute to this project?

Before starting, check and follow the instructions for contributing to the repository. If not, you can follow the instructions below:

  1. Fork the project
  2. Create a new branch: git checkout -b nova-branch
  3. Commit your changes: git commit -m 'I added something'
  4. Push to branch: git push origin nova-branch
  5. Open a Pull Request

How do I report a bug or request a feature?

If you want to report a bug or request a feature, go to Issue on the GitHub Project and add your request.


Created with 💜 by Carlos Alves