Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smithg09/eklavya-server

Eklavya Server is a REST API built using Node-Typescript/Express/MongoDB with JWT support
https://github.com/smithg09/eklavya-server

express graphql mongodb nodejs oauth2 rest-api server typescript

Last synced: 26 days ago
JSON representation

Eklavya Server is a REST API built using Node-Typescript/Express/MongoDB with JWT support

Awesome Lists containing this project

README

        





Logo


Eklavya


Eklavya Server is a REST API built upon Nx Workspace using Node-Typescript/Express/MongoDB with JWT support.


This project is hosted on heroku at eklavya-server.herokuapp.com/ .




📝 API Documentation

## Tech Stack

* [Node.js](https://nodejs.org/en/), [TypeScript](https://www.typescriptlang.org/) , [JWT](https://jwt.io/), [Prettier](https://prettier.io/)— core platforms.
* [GraphQL](https://graphql.org/), [express-graphql](https://github.com/graphql/express-graphql)- schema and Graphql API endpoint.
* [MongoDB](https://www.mongodb.com/) — data access and db automation.
* [Jest](https://jestjs.io/) - unit and snapshot testing.

## Development

We use `node` version `10.15.0`

```
nvm install 10.15.0
```

```
nvm use 10.15.0
```

The first time, you will need to run

```
npm install
```

Then just start the server with

```
nx serve
```
It uses nodemon for livereloading ✌️

## Production

We make use of `nx cli` to build with custom production configuration.

```
nx build --configuration=production
```

## License

Distributed under the MIT License. See `LICENSE` for more information.