This is a Fragrance showcase built with Go. We hope this becomes an inspiration to you; feel free to use components of this codebase in your future projects. We built this to make ourselves happy, We hope you're happy looking at this project right now and you're making other people happy. ❤️
NOTE
- Before the fourth step, you should have created a database for this application
- The supported database is MySQL
-
Clone this repo
git clone https://github.com/ichtrojan/fragrance.git
-
Change directory to project directory
cd fragrance
-
Copy
.env
templatecp .env.example .env
-
Add correct database credentials to the
.env
file, credentials include:PORT
: This is the port the application will be served onDB_HOST
: This is your database host name/IP addressDB_NAME
: This is the name of the database created for the applicationDB_NAME
: This is your database userDB_PASS
: This is your database password if any, it should be left blank if no password is configured (localhost)
-
Run application
go run main.go
This will serve this application on the port you specified in the
.env
file.
NOTE
E-mail -
cleopatra@gofragrance.xyz
Password -iloveegypt
Contributor Name | Role | Tool | Language(s) |
---|---|---|---|
Ifeoluwasimi Olusola | Designer | Adobe XD | --- |
Muheez Jimoh | Developer | VSCode | HTML, CSS, JavaScript & Go |
Michael Trojan Okoh | Developer | Goland | HTML, CSS & Go |