Skip to content

DeleashTeam/chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages