Coder Social home page Coder Social logo

notes's Introduction

notes

Description

This project is a personal practice Todo application with multi-user handling, aimed at enhancing my programming skills. It features a Node.js backend using MongoDB and Express. A React frontend using Vite, TailwindCSS, serving as a hands-on learning experience in full-stack web development.

You need to generate a jwt secret, get the mongo connection string url and put in the env file in the root folder of the project. Also need to put a firebase api key.

JWT_SECRET = '<openssl rand -base64 24>'
MONGO = "mongo-db-connection-string-url"
VITE_FIREBASE_API_KEY="<firebase_api_key>"

Start local server

To start our app for testing/developer just simply type the following command in the command line:

npm run build && node server/server.js

Docker

Run app using Docker.

docker build -t notes .
docker run --name notes \
-e JWT_SECRET='<openssl rand -base64 24>' \
-e MONGO='mongo-db-connection-string-url' \
-e VITE_FIREBASE_API_KEY='<firebase_api_key>' \
-p 3000:3000 \
notes

Notes

This project is primarily for my personal practice and learning. Feel free to explore and provide feedback if you wish.

Future Plans

Here are some ideas and features I plan to implement as I continue working on this project:

  • Dockerize
  • Github actions (build, publish)
  • Tests, run tests with github actions
  • Formik for forms
  • Notifications on frontend
  • Message board on forntend
  • Chat on frontend
  • Typescript
  • Implement in React Native

notes's People

Contributors

dzsak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.