Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 398 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 398 Bytes

Getting Started

1.Cd in the project folder and make sure to have the env variables in the .env file

2.Set the node version:

nvm use

3.Install dependencies:

npm install

4.Start the database container:

npm run docker-up

5.After the database container is started and running:

npm run db-up

6.Start the application:

npm run dev