An open API service indexing awesome lists of open source software.

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......

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.