- chronos-server.onrender (Primary)
This project is an event calendar. It can be used for creating, managing, and searching for events. Event calendars are a way to be informed about upcoming events and to keep people in the loop about meetings, conferences, seminars, etc.
This repo consists of the front end and back end code of the project.
- Front-end Framework:
React.js (with Redux-toolkit)
- Styling:
Tailwind
- For handling index requests:
Node.js with Express.js Framework
- As Database:
MongoDb - mongoose
- API tested using:
POSTMAN
-
Open your local CLI -
git clone https://github.com/DeleashTeam/chronos.git cd chronos npm run install-all-deps
-
Setup .env
- Go to server folder and create a
.env
file. The format should be as given in.env.example
.
- Go to server folder and create a
-
Start the client and server
- Run the index
npm run dev
- Go to
Contributing.md