Skip to content

Latest commit

 

History

History
169 lines (118 loc) · 4.42 KB

README.md

File metadata and controls

169 lines (118 loc) · 4.42 KB

Contributors Forks Stargazers Issues MIT License


Logo

NLW eSports

Find your duo
Demo | Figma | Frontend

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project


List all games

Preview

List ads by game

Preview

Create Ads

Preview

Games collection

Preview

Ads collection

Preview

Built With

Technologies used in the project.

Tools

Frameworks / Libraries

Languages

Getting Started

  1. Clone the repo
  git clone https://github.com/SilasRodrigues19/nlw-esports-backend.git && cd nlw-esports-backend
  1. Install NPM packages
  npm install
  1. Re-establish the schema.prisma and .env files
  npx prisma generate
  1. Run the project
  npm run dev
  1. Run Prisma Studio
  npx prisma studio

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: https://github.com/SilasRodrigues19/nlw-esports-backend



🔼 Back to top