Skip to content

A straightforward Django app with a Neon database, hosted on Vercel.

License

Notifications You must be signed in to change notification settings

Arvind-4/users-task

Repository files navigation

Users API

A straightforward Django app with a Neon database, hosted on Vercel.

📦 Tech Stack:

  • Django - Django makes it easier to build better web apps more quickly and with less code.
  • Postgres DB - The World's Most Advanced Open Source Relational Database.
  • Vercel - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.

📦 Getting Started:

  1. Clone the project and make it your own.
mkdir ~/Dev
cd ~/Dev
git clone https://github.com/Arvind-4/users-task.git
cd users-task
  1. Create a virtual environment
python3.10 -m virtualenv .
source bin/activate
  1. Install Dependencies using pip
pip install -r requirements.txt -r requirements-dev.txt
  1. Install Dependencies using poetry
poetry install
  1. Copy sample.env to .env
cp .env.local .env
  1. Run server
bash run.sh

🐛 Bug Reporting

Feel free to open an issue on GitHub if you find any bug.

⭐ Feature Request

  • Feel free to Open an issue on GitHub to request any additional features you might need for your use case.
  • Connect with me on LinkedIn. I'd love ❤️️ to hear from you.

📋 Change Log:

Check here for change logs.

📜 License

This software is open source, licensed under the MIT License.

Releases

No releases published

Packages

No packages published