/Calendar

Calendar App made with React and an API to provide data with Express and Node

Primary LanguageTypeScript


Logo

Calendar

The project is a calendar that user can mark events.

Check it out here

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Basically i have built everything from back-end to front-end. Back-end is an API that uses express and mongoDB. Front-end is just React and some libraries. The app itself is a sign-up and login page then after login you have a calendar that the user can create, edit and delete events from calendar.

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js
  • NPM
  • MongoDB

Installation

  1. Clone the repo

    git clone https://github.com/Carlos-E-Souza/Calendar.git
  2. Add your mongoDB local Url to back/config/default.json

  3. Open one terminal on back folder and another on front folder

    cd front/back
  4. Install NPM packages on both

    npm install
  5. Then run this on both

    npm run dev

    (back to top)