The RESTful Express backend for ShoeVox, a social 3D worldbuilding website.
Created as part of the final project in The Odin Project.
To run a version of this server locally:
- Clone the repo
- Run
npm install
orpnpm install
- Add necessary environment variables to a file called
.env
in the root directory. - Run
npm run start
To populate your database with dummy data, run npm run populate