Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maran1947/citizen_data_management_system
https://github.com/maran1947/citizen_data_management_system
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/maran1947/citizen_data_management_system
- Owner: Maran1947
- Created: 2024-03-19T13:20:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:37:36.000Z (8 months ago)
- Last Synced: 2024-04-20T12:10:18.667Z (7 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Citizen Data Management System Assignement
A simple citizen data management system with features of add, delete, update, search, and pagination functionality.# ⚙ Installation
Follow these steps to set up locally:
1. Install the required dependencies:
```
For Frontend:
cd frontend
npm install
```2. Set up the configuration file:
- Update the necessary environment variables in the `.env` file, such as database credentials .
```
For Backend:
MONGOURI=```
3. Start the server:
```
For Backend:
go run main.go
For Frontend:
npm run dev
```4. Access server in your web browser at
```
For Backend:
http://localhost:5000
For Frontend:
http://localhost:3000
```
# Citizen Data Management System Assignment