Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smithg09/eklavya-server
- Owner: smithg09
- Created: 2020-08-08T09:20:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T15:24:52.000Z (over 3 years ago)
- Last Synced: 2024-05-02T06:10:59.041Z (8 months ago)
- Topics: express, graphql, mongodb, nodejs, oauth2, rest-api, server, typescript
- Language: TypeScript
- Homepage: https://eklavya-server.herokuapp.com/
- Size: 10.9 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.