Skip to content

shunny2/nlw-copa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Application    |    Technologies    |    How to Run    |    Figma    |    Project Status    |    License


nlw-copa

Repo Stars Repo Forks License

About Application

NLW-copa is a project to create polls of cup teams and share them among your friends. The project was created at the Next Level Week event by Rocketseat.

Technologies

Frontend

Nextjs logo image. React Native logo image. Tailwindcss logo image.

Backend

Node.js logo image. Fastify logo image. Prisma ORM logo image.

Database

SQLite logo image.

How to Run

First, start by cloning the repository:

git clone https://github.com/shunny2/nlw-copa

Now, we must get the backend running. Then, enter the backend folder and run:

npm run dev

Run migrations to create the database tables:

npx prisma generate

Enter test data:

npx prisma db seed

Then enter the frontend folder and install your dependencies:

npm install

Run it:

npm run dev

Your backend apps and your website are working.
Finally, we must put the cell phone to work too. Then enter the mobile folder and install your dependencies:

npm install

Run it:

npx expo start

Figma

See the project prototype in figma.

Project Status

Status: Completed.

License

This project is under an MIT license.


Created by Alexander Davis.

About

NLW-copa is a project to create polls of cup teams and share them among your friends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published