UnHidden Figures - Server
See: Client GitHub Repo
spaced-rep-server/
├── models/ (Mongoose)
├── node_modules/ (see "Development Setup")
├── passport/ (Auth strategies)
├── routes/ (Express Routers)
├── test/
├── config.js
├── index.js (Express App)
├── package.json (NPM dependencies)
└── README.md
To clone the repo to your local development environment, execute the following commands (requires Node).
# Clone the repo
git clone https://github.com/thinkful-ei23/rose-clinton-spaced-rep-server.git
# Move into the project directory
cd rose-clinton-spaced-rep-server
# Install dependencies (in /node_modules/)
npm i
# Run the app:
npm start
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Clinton Owen – clint@clintonowen.com │ https://github.com/clintonowen │ @CoderClint
- Rose Sorfa – rsorfa@gmail.com │ https://github.com/Slinkys