This is the back-end portion of the Headscroll project, a full-stack social media web app loosely based on Facebook. (Face Book, Head Scroll, eh eh?)
Clone the project and then use the package manager yarn to install and run Resume Generator.
git clone [email protected]:Jakedalus/headscroll-server.git
cd headscroll-server
npm install
npm start
Headscroll uses MongoDB as its database; I recommend using Mongo Atlas. Otherwise you will have to setup a mongo instance on your local machine.
The project, both front and back ends, are hosted on Heroku: you'll have to set 'DB_URI' in the environment variables on your own copy of the back end.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project was bootstrapped with Create React App.