Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maran1947/citizen_data_management_system


https://github.com/maran1947/citizen_data_management_system

Last synced: about 6 hours ago
JSON representation

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