Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 653 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 653 Bytes

🚀🚀 Psychologist APP 🚀🚀

👨🏻‍💻 About this project

This is an simple App to manage psychologists on a clinic

💻 Data Structure At the moment

https://whimsical.com/9YHQohesE1SFVmkrXGdn7g

🪓 Requirements

  • Docker
  • Docker Compose
  • Node 15

🚀 Technologies

  • Typescript
  • NodeJs
  • Prisma
  • Express
  • Docker
  • Design Patterns
  • Mongoose
  • MongoDB

💻 Getting Started

  1. Clone the Repo;
  2. Install development dependencies: $ npm install
  3. Check the env vars (in the envs folder).
  4. Create a .env file in the root of the project.
  5. Start development server: $ npm run dev
  6. Enjoy!