Skip to content

CyrilleTchamda/Full-Stack-To-Do-List-Application-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack-To-Do-List-Application-Challenge

Set up backend

  1. Clone the repository:

    git clone <repository-url>
    cd Full-Stack-To-Do-List-Application-Challenge
  2. Install backend dependencies:

    cd backend
    npm install
  3. Set up environment variables:

    • PORT, DATABASE_URL and API_KEY. I've used localhost with the todo_app table.
  4. Start the backend server:

    npm run dev

Set up Frontend

  1. Open a new terminal window.

  2. Navigate to the frontend directory:

    cd ../frontend
  3. Install frontend dependencies:

    npm install
  4. Start the frontend development server:

    ng serve
  5. Open your browser and go to http://localhost:3000 to view the application.

Features

  • User authentication
  • Create, read, update, and delete to-do items

Technologies Used

  • Node.js, Express (Backend)
  • Angular (Frontend)
  • MySQL (Database)

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published