Wired Clan is a project that started with the aim to bridge the gap between theoretical knowledge and practical expertise among college students. Creating an exclusive community for students to learn and showcase their projects and also for conducting hackathons. It is a PERN stack project built using react and redux.
- npm install (use node version 12.13.1)
- npm install -g sequelize
- npm install -g sequelize-cli
- npm install -g pg
- npm install -g @babel/cli @babel/core
- npm install -g @babel/node
- npm install -g babel-cli
- npm install --save-dev -g cross-env
- sequelize db:drop
- sequelize db:create
- psql -h localhost -p 5432 -U postgres -f jimmy_db_dev.sql jimmy_db
- sequelize db:migrate
- "start": "cross-env NODE_ENV=development nodemon --exec babel-node api/api.js"