Skip to content

A api for low cost, sliding scale or free services.

Notifications You must be signed in to change notification settings

OfAshAndFire/np_services

Repository files navigation

Node.js CI

This project is as of yet, unnamed

Env File

In the root of your directory, create a .env file with the following properties

DB_USERNAME='yourpgusername' // the username you created for this db
DB_PASSWORD='yourpgpassword' // the password you created for this user
DB_HOST="localhost" // the domain the db is running on
DB_PORT=5432 // the port the db runs on
DB_SYNC=true // this tells the db to create tables and run migrations

Setup

  1. npm install
  2. npx sequelize db:create
  3. npx sequelize db:migrate

Run server in development mode

npm run dev

Contributing Guidelines

  • Branch from development
  • Work on your branch
  • Before issuing Pull Request, rebase against master to pickup changes
  • Issue pull request from your branch to development, with tests
  • After Code Review and approval, merge into master
  • Add your name to Contributers section below on README

Contributors

About

A api for low cost, sliding scale or free services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published