Welcome to Littlelemon Web Application. Here you can view menu of the restaurant and book/ make reservation for your events.
This Project will be deployed on [https://littlelemon.sharmasandip.com.np]
In order to run this project you have to follow a few steps:
- first clone the repository.
- open terminal and enter 'python -m venv venv (make sure python is installed on your device and path is set on environment variables.).
- then enter 'venv\Scripts\activate'
- enter 'pip install -r requirements.txt'
- open xampp server(for local), start apache and mysql.
- create a database with name: db_littlelemon
- go to code editor terminal
- enter 'python manage.py makemigrations'
- next, 'python manage.py migrate'
- you can create an admin user by entering 'python manage.py createsuperuser' and entering username, email, and password. The user will be created.
- then enter 'python manage.py runserver'
- The server will run on your browser on localhost or [http://127.0.0.1:8000]