Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webcooltz/course-management-api
Node JS API for a course management system.
https://github.com/webcooltz/course-management-api
api expressjs graphql jasmine nodejs rest swagger swagger-ui unit-testing
Last synced: 5 days ago
JSON representation
Node JS API for a course management system.
- Host: GitHub
- URL: https://github.com/webcooltz/course-management-api
- Owner: webcooltz
- Created: 2023-03-04T20:20:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T16:07:52.000Z (over 1 year ago)
- Last Synced: 2024-10-31T05:41:49.408Z (about 2 months ago)
- Topics: api, expressjs, graphql, jasmine, nodejs, rest, swagger, swagger-ui, unit-testing
- Language: JavaScript
- Homepage:
- Size: 609 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cse341-course-management
A course management system for our CSE 341 BYUI class.
## Setup
* get the repo downloaded
* make a.env
file and include the contents **ACCESS_TOKEN_SECRET** and **CONNECTION_STRING**
* runnpm i
from the root directory to download the packages
* runnpm run start-dev
to run the dev environment## Committing
* pull changes first
* make changes
* fix merge conflicts (ask team members)
* run swagger (npm run swagger
)
* test locally to make sure it works
* commit and push## Testing
* Run
npm test
* It pulls tests from the spec folder## Making this your own repo
* Fork the repo to get your own copy you can use
* Make sure you hook it up to your own MongoDB and Render