Skip to content

thinkful-ei23/rose-clinton-spaced-rep-server

Repository files navigation

UnHidden Figures - Server

More Information

Main Project Structure

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

Development setup

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

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published