https://github.com/sudosurya/collegiatetest
CollegiateTest is a web application that focuses on testing and evaluation for college students. It is a platform for students to take tests and for teachers to create tests.
https://github.com/sudosurya/collegiatetest
api-server database graphql postgres postgresql typescript
Last synced: about 2 months ago
JSON representation
CollegiateTest is a web application that focuses on testing and evaluation for college students. It is a platform for students to take tests and for teachers to create tests.
- Host: GitHub
- URL: https://github.com/sudosurya/collegiatetest
- Owner: SudoSurya
- Created: 2023-08-13T15:11:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T11:49:10.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T17:47:31.589Z (about 2 years ago)
- Topics: api-server, database, graphql, postgres, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CollegiateTest - Backend
CollegiateTest: Focusing on testing and evaluation for college students.
## Table of contents
* [Introduction](#introduction)
* [Technologies](#technologies)
* [Setup](#setup)

## Introduction
CollegiateTest is a web application that focuses on testing and evaluation for college
students. It is a platform for students to take tests and for teachers to create tests.
## Technologies
- GraphQL
- PostgreSQL
- Typescript
## Setup
To run this project, install it locally using npm:
```
$ cd ../CollegiateTest
$ npm install
$ npm run start
```