This is an simple App to manage psychologists on a clinic
https://whimsical.com/9YHQohesE1SFVmkrXGdn7g
- Docker
- Docker Compose
- Node 15
- Typescript
- NodeJs
- Prisma
- Express
- Docker
- Design Patterns
- Mongoose
- MongoDB
- Clone the Repo;
- Install development dependencies:
$ npm install
- Check the env vars (in the envs folder).
- Create a .env file in the root of the project.
- Start development server:
$ npm run dev
- Enjoy!