This app is a full stack app with that allows freelance developers to advertise their services
install dependancies
npm install
create .env file DB_NAME= database name (adjust in db/schema.sql) DB_USER= maybe root DB_PASSWORD= sql password
setup database in mysql shell
source db/schema.sql
seed database
npm run seeds
start server
npm run watch
This was a collaborative project by:
- James Pritchard - Lead Developer
- Sebastian Gillis - Backend Developer
- Taylor Moss - Frontend Developer and prepared presentation
Issues and Pull requests can be made to this repo
- NodeJS
- Express
- Express Sessions
- SQL
- Sequalize
- Handlebars
- Three JS