Skip to content

Commit

Permalink
added a read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebones committed Oct 28, 2024
1 parent fecdc04 commit 4a8ccda
Show file tree
Hide file tree
Showing 8 changed files with 33,393 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/server/logs
.git
.gitignore
docker-compose*
docker-compose*
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules
node_modules
.git
.dockerignore
docker-compose-backup.yml
docker-compose.yml
docker-compose-prod.yml
21 changes: 21 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Hostel Allocation Software

## Description:

This is an application created to manage and allocate hostel spaces to students of University of Uyo. The application was created using the following technologies:
* NODEJS
* React
* MongoDB
* Redis
* Docker
* Docker-Compose

## Getting Started:

Install Docker and Docker-Compose on your development machine.

To build and start the project run:
> docker compose -f "docker-compose-dev.yml" up -d --build


Loading

0 comments on commit 4a8ccda

Please sign in to comment.