git pull https://github.com/burakack/Drop-Note-Api.git
npm install
- After doing this you should create a postgres database
- After creating the database, rename the sampe.env file to .env and edit the variables inside the file Change host='localhost' if you are not using docker
docker compose up
- this will create tables in your database
npm run migrate
npm start
-if you want to test api or include test data in database run this
npm run test