An open API service indexing awesome lists of open source software.

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.

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)

![Untitled(2)](https://github.com/20pa5a1210/CollegiateTest/assets/95855318/92116d54-0ef8-48bc-ba0e-1bc3fd34f46b)

## 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
```