Table of Contents
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.
To get a local copy up and running follow these simple steps.
- Node.js
- NPM
- MongoDB
-
Clone the repo
git clone https://github.com/Carlos-E-Souza/Calendar.git
-
Add your mongoDB local Url to back/config/default.json
-
Open one terminal on back folder and another on front folder
cd front/back
-
Install NPM packages on both
npm install
-
Then run this on both
npm run dev