Eventgoes is Event listing Full Stack Application (MERN) application.
Features : 1)Signup (with all validations) 2)Login (with all validations and password securely stored in database.)
3)CRUD operations on event can be performed.
- clone it in your local.
- cd backend npm install
- cd frontend npm install
- create .env file in backend folder and give your credentials to the variables PORT,CON_URL, JWT_SECRET
- cd backend npm run start
- cd frontend npm run start