Skip to content

Latest commit

 

History

History
105 lines (81 loc) · 3.13 KB

README.md

File metadata and controls

105 lines (81 loc) · 3.13 KB

Team Name : "runtime_terror" | Your Project Type : Web App

Solution Description

  According to the assigned task, We have Developed a Web-App for the Forum2k.

  As per the requirements as well as additional features, The Web-App consists of 
	-Landing Page
	-List of Events Page
	-Contacts Form page
	-Event entry page
	-All the CRUD operations inbuilt
	-Admin section

  The frontend was created using React js and A hidden path was created an ADMIN section.
  Keeping that in mind, The End user cannot tamper with the events list, making it secure 
  as well as fun to explore.
    
  The backend being the heart of the Web-App where the database management happens 
  connecting the frontend to the backend was bootstraped using Node.js and MongoDB.

Architecture Diagram

forum2k

Technical Description

An overview of:

  • What technologies/versions were used

       ReactJS | Express | MongoDB | NodeJS | npm | Framer Motion | Axios | Gasp | Styled Elements
  • Setup/Installations required to run the solution

    To run Backend (PORT : 8080)

       cd backend
    • Install dependencies.
       npm install
    • To run the app in the development mode.
       node index.js

    To run Frontend (PORT: 3000)

       cd frontend
    • Install dependencies.
       npm install
       npm start

Screenshots

Front Page
forum2k

ADMIN Page
forum2k

Add Event Page
forum2k

Contact Form Page
forum2k

Glimpse Page
forum2k

Team Members

List of team member names and email IDs with their contributions.

Member Name Email Contribution
Souvik Nayak nayaksouvik786@gmail.com Backend, Database & Testing
Aditya Prasad Mishra adimish777@gmail.com Frontend, Ideation & Testing

References

Affix links to the online tools/repositories/blogs etc., which helped you along the development of the project.