A React app to manage a service provider's schedules.
- 📄 JavaScript — A programming language that allows you to implement complex things on web pages
- 💹 Node Js — A web framework for Node Js
- Clone this repo using
git clone git@github.com:leotelles/services-schedule.git
- Move yourself to the appropriate directory:
cd services-schedule
- Move yourself to the server folder:
cd server
- Create an .env file at the root of the project and configure it according to .env.example
- Run
yarn
to install dependencies - Run
yarn dev
to start the server
This project is licensed under the MIT License - see the LICENSE page for details.