Skip to content

flipitflashcard/backend

Repository files navigation

How to start the project database

First Step

Start MySQL database and create a databases named flipit into it.

Second Step

Create a .env file exactly same as .env.example and modify the DATABASE_URL

Note: to set the DATABASE_URL in corrent way, please refer to prisma docs

Third Step

Run npx prisma migrate dev --name init to create prisma migrations and deploy it on database

About

The FlipIt backend Source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors