Skip to content

Single page application which authenticates users on signup as well on login and manages access of page manipulations like adding new events or editing current event over login status. Authentication is tasted using the node.js and users data is saved in the file events.json

Notifications You must be signed in to change notification settings

adityasshinde/Events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Events

This is a React framwork web app, developed using React, Redux, React-Router-dom and React Authentication with Node.js backend. Single page application which authenticates users on signup as well on login and manages access of page manipulations like adding new events or editing current event over login status. Authentication is tasted using the node.js and users data is saved in the file events.json

Requirements For Initial Setup

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install (inside '/frontend' and inside '/backend')

3. Start Frontend

$ npm run start (inside '/frontend')

4. Start Backend

$ npm run start (inside '/backend')

About

Single page application which authenticates users on signup as well on login and manages access of page manipulations like adding new events or editing current event over login status. Authentication is tasted using the node.js and users data is saved in the file events.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published