Skip to content

james-wilson-21/oil-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oil Collection NZ

Oil Collection is a website for businesses that provides used cooking oil collection services. The website allows their clients to register their business and request oil collection with the click of a button. We created this for our final group project at Enspiral Dev Academy and intend to continue building a viable product.

Setup:

Clone the repo and then do the following:

cd oil-collection
npm i
npm run knex migrate:latest
npm run knex seed:run
npm run dev

You can find the server running on http://localhost:3000/
Deployment in progress.

Testing:

To run all tests:

npm run test

Specific test file:

npm test db/clients
npm test server/routes
npm test client/components

Built Using:

  • HTML
  • Javascript
  • Node.js
  • React.js
  • Redux.js
  • Thunk
  • Auth0
  • CSS
  • Sass
  • Jest
  • Sqlite
  • Super-Agent
  • Express

Planning:

Created by:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • SCSS 20.7%
  • Other 1.0%