https://github.com/sougabriel/maker-lab-api
A RESTful API for Maker Culture Laboratories. This API use JWT for authentication and block endpoints by user access level.
https://github.com/sougabriel/maker-lab-api
api-rest culture-maker jwt jwt-auth jwt-authentication nestjs prisma-orm restful-api typescript
Last synced: 2 months ago
JSON representation
A RESTful API for Maker Culture Laboratories. This API use JWT for authentication and block endpoints by user access level.
- Host: GitHub
- URL: https://github.com/sougabriel/maker-lab-api
- Owner: sougabriel
- License: mit
- Created: 2024-10-15T23:02:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T17:53:33.000Z (over 1 year ago)
- Last Synced: 2025-07-07T03:11:01.699Z (12 months ago)
- Topics: api-rest, culture-maker, jwt, jwt-auth, jwt-authentication, nestjs, prisma-orm, restful-api, typescript
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Maker Laboratory API




> This project is a RESTful API for Maker Culture Laboratories. This API use JWT for authentication and block endpoints by user access level.
The project is still under development and the next updates will focus on the following tasks:
- [ ] Create Unit Tests
- [ ] Build a Documentation
- [ ] Implement Cache for Requests
In the root directory of project run the following command:
```bash
$ npm install
```
## 🗔 Compile and Run the Project
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
Wanna make part of this project? See [How to contribute here](CONTRIBUTING.md) and the [](./CODE_OF_CONDUCT.md).
This project is under [MIT license](./LICENSE).