Skip to content

Jakedalus/headscroll-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headscroll Server

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?)

Installation

Clone the project and then use the package manager yarn to install and run Resume Generator.

git clone git@github.com: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.

Contributing

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.

Create React App

This project was bootstrapped with Create React App.

License

MIT