Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mostlypanda/hackathon_1.0
An event registration site portal for hackathon1.0 powered by hackerearth( open repo for the website link)
https://github.com/mostlypanda/hackathon_1.0
bootstrap4 css ejs-express express heroku-deployment html jquery mongodb-database nodejs
Last synced: about 8 hours ago
JSON representation
An event registration site portal for hackathon1.0 powered by hackerearth( open repo for the website link)
- Host: GitHub
- URL: https://github.com/mostlypanda/hackathon_1.0
- Owner: mostlypanda
- Created: 2020-05-27T14:13:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:37:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T11:21:19.300Z (over 1 year ago)
- Topics: bootstrap4, css, ejs-express, express, heroku-deployment, html, jquery, mongodb-database, nodejs
- Language: CSS
- Homepage: https://new-react-app1.herokuapp.com/
- Size: 27.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stackhack Hackathon 1.0
This web application is made for the virtual hackathon hosted by hackerearth(from may ,8, 2020 to june ,10 2020)
This is an event-registration web-application provided with a super user(admin) portal. This site can be used to provide the registration for any grand or big event, here for instance I have used an upcoming musical concert that is to be held in some days at new-Delhi. But it’s just a sample. Well our app provides basic as well as advanced functionalities. Here the most basic functionality, that is to successfully registered for the event, for this user has to fill a given form consisting of some basic required fields (name, contact -no, email, image of their id proof, type of reg.,no. of tickets for the event), Here we are using email as a unique auth, which means one email can be registered only once. The user can preview their registration and finally when they successfully registered we will generate a registration no. for them.
Now for the super user i.e. admin side, admin can log-in to its portal by provide its credentials, once logged in, admin can access everything like seeing the no. of registration in each category of registration like self, corporate, group etc. and also he access details of any registration by just searching the registration number generated in user’s registration . He can see every registration that has done for the event.
## Technology and features
Here for the user's interface we have used html,css,js, along with jquery and bootstraph 4, for developing server side we have used node.js with express framework and mongoDB as our database,here we have also used ajax call for searching any data in admin portal## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
```
node-js,
validator,
nodemon,
multer,
morgan,
mongoose,
http-errors,
express-session,
express,
ejs,
debug,
cookie-parser
body-parser
```### Installing
A step by step series of examples that tell you how to get a development env running
Say what the step will be
```
npm i nodemon
```And repeat this for every package that is stated in Prequistics
## Running the tests
```
To test the system you have to first do register for event and then see in the admin portal for further testing```
## admin credentials
These credentials are used for logging into the admin portal to see each movement in registrationid: [email protected]
password: admin# running project available
```
https://new-react-app1.herokuapp.com/
```