Skip to content

thinkful-ei-rabbit/noteful-api-devon-bruno

Repository files navigation

Noteful-API!

server to handle noteful client

Scripts

Start the application npm start

Start nodemon for the application npm run dev

Run the tests npm test

Create database `createdb -U [username] [databasename]

Install for database npm i ppostgrator-cli@3.2.0 -D

Install npm i knex pg

Deploying

When your new project is ready for deployment, add a new Heroku application with heroku create. This will make a new git remote called "heroku" and you can then npm run deploy which will push to this remote's master branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published