Skip to content

hoiekim/databases

 
 

Repository files navigation

databases

Fork the repository Go to https://c0d3.com Create a username and account

Ssh into c0d3 server ssh [c0d3.com username]@c0d.com -p 221

Clone your fork on the server git clone https://github.com/[github username]/databases.git

To run server

  1. install nodemon
  2. run npm start:dev

To install nodemon npm i -g nodemon

To start the server npm run start:dev

If you need to make changes to the Database run:
ALTER_DB=true npm run start:dev

Production Phases

Phase 1: Modules (helper function)

Phase 2: Functions that power user interactions

Phase 3: API to power user interactions (backend)

Phase 4: UI (aka frontend) We are here!

What needs to worked on https://github.com/garageScript/databases/issues

Wiki https://github.com/garageScript/databases/wiki

If you have any questions message us on our chat: https://chat.c0d3.com/c0d3/channels/

Sequelize credentials are in the chat for privacy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • HTML 17.2%