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
- install nodemon
- 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
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