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: 6 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T16:07:52.000Z (about 3 years ago)
- Last Synced: 2025-02-11T09:42:28.078Z (over 1 year 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**
* run npm i from the root directory to download the packages
* run npm 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