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

This is the API for the theinfinitytimes/theinfinitytimes

License

Notifications You must be signed in to change notification settings

theinfinitytimes/theinfinitytimes-api

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. Nodejs

Instructions

First clone the repository:

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

Go to the repository's directory:

cd theinfinitytimes

Install dependencies:

npm install

Rename the .env.example to .env

mv .env.example .env

Start the server

npm start

Built with

  1. Node.js
  2. Mongoose
  3. GraphQL

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