https://github.com/tanmay-312/login-page_go-react_tailwind_postgresql
GoLang backend server and React frontend, designed using Tailwind for user authentication and data management, using Postgresql
https://github.com/tanmay-312/login-page_go-react_tailwind_postgresql
backend data-management database frontend fullstack go golang postgresql react rest-api user-authentication web-development
Last synced: 3 months ago
JSON representation
GoLang backend server and React frontend, designed using Tailwind for user authentication and data management, using Postgresql
- Host: GitHub
- URL: https://github.com/tanmay-312/login-page_go-react_tailwind_postgresql
- Owner: Tanmay-312
- License: mit
- Created: 2024-04-12T18:00:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:26:48.000Z (about 2 years ago)
- Last Synced: 2024-04-14T16:22:26.625Z (about 2 years ago)
- Topics: backend, data-management, database, frontend, fullstack, go, golang, postgresql, react, rest-api, user-authentication, web-development
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
## Introduction
Welcome to our full-stack application, featuring a GoLang backend server for user authentication and data management, along with a React frontend for intuitive user interaction. This application seamlessly integrates backend APIs with a frontend interface, providing users with a robust and secure experience.
## Features
### Backend Server
- User Authentication: Provides endpoints for user registration, login, and authentication.
- Data Management: Manages user accounts and post data, seamlessly integrated with PostgreSQL database.
- Scalability: Designed to handle large-scale applications with high performance and scalability.
### React Frontend
- User Interface: Offers an intuitive and user-friendly interface for interacting with the backend APIs.
- Responsive Design: Adapts to various screen sizes, ensuring accessibility across different devices.
- Real-time Updates: Updates data in real-time, providing users with a dynamic experience.
## Installation
1. Clone the backend repository:
```bash
git clone https://github.com/Tanmay-312/Login-Page_GO-React_Tailwind_Postgresql.git
```
2. Install dependencies, both commands in 2 different terminals, one of client folder, other of server folder:
```bash
cd ./client
npm install
```
```bash
cd ./server
go mod tidy
```
3. Set up PostgreSQL database:
- Create a PostgreSQL database named `stocksdb`.
- Set up the database connection configuration in the `main.go` file.
4. Run the server, both commands in 2 different terminals, one of client folder, other of server folder:
```bash
cd ./client
npm start
```
```bash
cd ./server
go run main.go
```
## Usage
- Register a new user: Access the registration page and provide username and password.
- Login: Access the login page and provide username and password to authenticate.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.