Skip to content

lucasgalarce/school-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

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.

Prerequisites

node

.env vars 🔧

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

Installation 🔧

Clone the repo

git clone https://github.com/lucasgalarce/school-api.git

Install NPM packages

npm install
npm start

Start

You can login in the app with the following credentials:

email: "admin@test.com",
password: "123"

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published