Skip to content

jackfrys/recipe-man

Repository files navigation

Recipe Man

$ npm install
$ cd client
$ npm install
$ npm run build
$ cd ..
$ npm start

Make sure an instance of mongod is running as well. You can install mongoDB using Homebrew.

Editing all objects

The admin view can be accessed in the backend repo in the angular subdirectory. It provides a simple Angular-based UI for editing all objects. You must log in with an admin account - admin:admin.

The Heroku-based admin view is here.

Database checks

  • only one user per username: added unique attribute to field

About

Final project for CS3200 Database Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published