https://github.com/sanumuhammedc/accomo
Find your food and accomodation near your campus, office or anything......
https://github.com/sanumuhammedc/accomo
bootstrap css mui nextjs
Last synced: 3 months ago
JSON representation
Find your food and accomodation near your campus, office or anything......
- Host: GitHub
- URL: https://github.com/sanumuhammedc/accomo
- Owner: sanumuhammedc
- Created: 2022-10-27T05:11:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T11:10:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T23:20:42.527Z (over 1 year ago)
- Topics: bootstrap, css, mui, nextjs
- Language: JavaScript
- Homepage: https://accomo.vercel.app/
- Size: 877 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accomo
## A platform to find food and accommodation
Accomo is an innovative project designed to assist users in finding both food and accommodation services conveniently. With a user-friendly interface and powerful search functionalities, Accomo aims to provide a seamless experience for travelers, tourists,students and anyone in need of food and lodging options.
Now we are under product development phase, new features are added continuously
### Project Setup
### Clone the Project
Clone the repository to your local machine using the following command:
```commandline
git clone https://github.com/sanumuhammedc/SOS-MATE.git
```
Checkout to dev branch
```commandline
git checkout dev
```
### Install Dependencies
Install the required dependencies using the following command:
```commandline
npm install
```
### Set environment variables
Create a .env file in the project root directory by copying ```.sample_env``` and replace with your values.
### Run the Project
Run the development server using below command
```commandline
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.