This is the backend of my Flash Memo application.
- Clone the project
git clone https://github.com/bruno-queiroz/flash-memo-backend.git
- Install dependencies
npm install
- Create a .env file on the root of the project
- Copy the environment variables from the .env.example file to the .env file
- Run a PostgreSQl database
- Put your PostgreSQL URL connection on the DATABASE_URL environment variable
- Create a JWT secret
- Put your JWT secret on the JWT_SECRET environment variable
- Run the project
npm run dev