This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You have a .env.template with next variables:
PORT = 8100
JWT_SECRET_KEY = secret
DB_USERNAME = yourpostgres username
DB_PASSWORD = yourpostgres password
DB_NAME = yourpostgres dbname
Clone the repo
git clone https://github.com/lucasgalarce/school-api.git
Install NPM packages
npm install
npm start
You can login in the app with the following credentials:
email: "admin@test.com",
password: "123"