Skip to content

karen-hovhannisyan-qp/planet_api

Repository files navigation

Planet App

Project is written in Node.js + Express with the following libs:

  • Knex
  • Objection
  • Async
  • Bcryptjs
  • Cors
  • Express-Rate-Limit
  • Express-Validator
  • Jsonwebtoken
  • PostgreSQL
  • Passport
  • Passport-Jwt
  • Moment

Config

cp .env.sample .env
cp .env.sample .env.test

Setup

Install the project.

npm i

Fill out the .env and .env.test.

npm run migrate

Run tests

Terminal One

npm test

Run in development mode

npm run start:dev

Run in production mode

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published