An all in one UCI SOC
- Install postgreSQL
- Create a database, I named mine myrmey
- Execute
setup/myrmeydb.sql
to create all required tables
cd ./project-myrmey
- Modify
config.json
to set your db options as well as the server's salt for hashing purposes - Start the web server:
npm i && npm start
Start the react development server by running: cd ./web && npm i && npm start
Make sure the web server and database are running as well!
Bryan Fullam
Santiago Martin