Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 4.27 KB

README.md

File metadata and controls

83 lines (56 loc) · 4.27 KB

Version NPM NODE License

API Hosted On

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.

My Tech Stack (MERN)

Front-end

  • Front-end Framework: React.js (with Redux-toolkit)
  • Styling: Tailwind

Back-end

  • For handling index requests: Node.js with Express.js Framework
  • As Database: MongoDb - mongoose
  • API tested using: POSTMAN

Guidelines to setup

Manual Setup

  1. Open your local CLI -

      git clone https://github.com/DeleashTeam/chronos.git
      
      cd chronos
    
      npm run install-all-deps
    
  2. Setup .env

    • Go to server folder and create a .env file. The format should be as given in .env.example.
  3. Start the client and server

  • Run the index
npm run dev

Contributing

  • Go to Contributing.md

DEMO

IMAGES