Skip to content

divu050704/eventDark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eventDark

Screenshots

Home page

There are no events added yet image

Login to create new event after signup

Signup image

Login image

image

Create new event

image

After adding multiple events by new user image

User tab for second user image

Like function

image

Comfirmation in database for admin2 (user2) image

Installing development environment

Backend

  • Edit backend/ignis/settings.py to add database credentials of MySQL.
  • Create database named ignis in MySQL.
  • Now in backend/ directory make migrations to the database
python .\manage.py makemigrations 
  • Migrate it to database
python .\manage.py migrate
  • Runuserver
python .\manage.py runserver
  • Backend work is done

Frontend

  • Move to \Frontend\ directory.
  • Install packages
npm i
  • Run dev server.
npm run dev
  • We are done... head to the Local URL.

Important Files

Frontend

jsFiles

CSS Files

Backend

About

Platform to create events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published