Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

This is the api server of theinfinitytimes re-written in rust

License

Notifications You must be signed in to change notification settings

theinfinitytimes/theinfinitytimes-api-rust

Repository files navigation

theinfinitytimes-api

This is the api module for theinfinitytimes website. We are implementing a GraphQL API with a NoSQL MongoDB database.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. Git
  2. Rust

Instructions

First clone the repository:

git clone https://gitlab.com/theinfinitytimes/theinfinitytimes-api-rust.git

Go to the repository's directory:

cd theinfinitytimes-api-rust

Start the server

cargo run

which will build and start the server

Built with

  1. Rust
  2. Wither
  3. GraphQL (Juniper)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting merge requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details