Project provides registering new users and adding/reading/editing/deleting contacts (phones)
- The first thing to do is to clone the repository and move to the directory "web_server" in your terminal:
$ git clone https://github.com/mirzomumin/web_server
$ cd web_server
- Download dependencies from go.mod:
$ go mod download
-
Create Sqlite3 Database and create tables using DB.sql file.
-
Create and set .env file like in .env-example file.
- Run the following command to launch the project:
$ go run cmd/main.go