Skip to content

Repository files navigation

NordRedo - Backend

This is the API servies for NordRedo.

RESTful API that tracks events and lets users signup and signout that there will.

Setup

1 (Server)

Setup postgresSQL server on your device

2 (.env)

These need to be in the .env file

  1. HOST=X(the host address)
  2. PORT=X(Port of open host)
  3. DATABASE_URL= postgres://(database):(password)@(username)/(schema)
  4. JWT_SECRET=(The secret)
  5. FRONTEND_URL=(frontend-url)

3 (npm)

npm install

4 (node scripts)

npm run setup npm run start

Final

Everything should be setup for the backend application to run

About

This is a API endpoint for Tracking (Off the road tracks)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages